Vcenter NamespaceManagement Networks Nsx Projects Vpcs Info

Vcenter NamespaceManagement Networks Nsx Projects Vpcs Info
Vcenter NamespaceManagement Networks Nsx Projects Vpcs Info

The Vcenter NamespaceManagement Networks Nsx Projects Vpcs Info schema contains the basic information about a VPC.

This schema was added in vSphere API 9.0.0.0.

JSON Example
{
    "vpc": "string",
    "name": "string",
    "nsx_path": "string",
    "vpc_connectivity_profile": "string",
    "private_ips": [
        "string"
    ]
}
string
vpc
Required

Identifier of the VPC.

This property was added in vSphere API 9.0.0.0.

When clients pass a value of this schema as a parameter, the property must be an identifier for the resource type: com.vmware.vcenter.namespace_management.networks.nsx.Vpc. When operations return a value of this schema as a response, the property will be an identifier for the resource type: com.vmware.vcenter.namespace_management.networks.nsx.Vpc.

string
name
Required

Human-readable identifier of the VPC.

This property was added in vSphere API 9.0.0.0.

string
nsx_path
Required

NSX path of the VPC.

This property was added in vSphere API 9.0.0.0.

string
vpc_connectivity_profile
Required

VPC Connectivity Profile of the VPC.

This property was added in vSphere API 9.0.0.0.

When clients pass a value of this schema as a parameter, the property must be an identifier for the resource type: VpcConnectivityProfile. When operations return a value of this schema as a response, the property will be an identifier for the resource type: VpcConnectivityProfile.

array of string
private_ips
Required

Private IPs of the VPC.

This property was added in vSphere API 9.0.0.0.